home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / qtpc.dir / 00017_New Behavior.ls < prev    next >
Encoding:
Text File  |  2002-02-25  |  252 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to member(16, "Internal")
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(0)
  8.   set the member of sprite the currentSpriteNum to member(15, "Internal")
  9. end
  10.  
  11. on mouseUp me
  12.   go(1, "main")
  13. end
  14.